home *** CD-ROM | disk | FTP | other *** search
- Path: maths.tcd.ie!not-for-mail
- From: steve@maths.tcd.ie (Stephen Kennedy)
- Newsgroups: comp.lang.c++
- Subject: Re: need small simple matrix library
- Date: 4 Feb 1996 16:03:34 -0000
- Organization: Dept. of Maths, Trinity College, Dublin, Ireland.
- Message-ID: <4f2lcm$t4b@gosset.maths.tcd.ie>
- References: <4eg5p6$p59@gosset.maths.tcd.ie> <4enqa6$qlr@fsuj01.rz.uni-jena.de>
- NNTP-Posting-Host: gosset.maths.tcd.ie
-
- mkt@isun04.inf.uni-jena.de (Tilo Koerbs) writes:
-
- >What kind of matrix library are you looking for?
- >- Do you need a template class for mathematical matrices
- >- What operations does your matrix need?
- >[...]
-
-
- Yes, I should have been more specific.
-
- In the short term, I think a double one would be
- what I need. I'll be dealing with smallish 3x3
- to 7x7 square matrices and vectors of the same size.
- I'll only need the most basic of operators,
- + - * /(inverse) = >> and <<
-
- I did get started writing a class, but much of the
- work is quite tedious and repetitive, I feel like
- I'm reinventing the wheel all over again.
-
- Stephen
-
-